home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / link / LINK / COMLINK.r < prev    next >
Encoding:
Text File  |  1997-07-09  |  778 b   |  50 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMLINK.r 1.2 1997/04/09 01:16:47 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMLINK.rsc";
  13.  
  14. resource 'COMP' (141) {
  15.     'link',
  16.     'scrw',
  17.     "Screw",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'pMAP' (141) {
  26.     {    /* array TypeArray: 2 elements of the view*/
  27.         /* [1] */
  28.         'AXIS',
  29.         'long',
  30.         noFlags,
  31.         "Axis",
  32.         /* [2] */
  33.         'STEP',
  34.         'qfix',
  35.         interpolate,
  36.         "Step",
  37.         /* [3] */
  38.         'FVAL',
  39.         'qfix',
  40.         interpolate,
  41.         "Nb turns"
  42.     }
  43. };
  44.  
  45. data 'GUID' (141) {
  46.     $"5C96 01A0 7CC3 101C 885F 0402 1C00 7002"            /* ôˇv`:...à_....p. */
  47.     $"D879 62A0 F1ED 11CE A4F7 0000 E202 D5A5"            /* aáûa~˙..㸈)’¬&+ */
  48. };
  49.  
  50.